﻿.all-car-part{
    position:relative;
}

.in-new-carousel-container {
    position: relative;
}

.in-new-carousel-slide {
    height: 570px; /* Increased height for the container */
    overflow: hidden;
    position: relative;
}

.in-new-bg-image {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
    transition: transform 0.5s ease;
}




/* Custom dots styles */
.in-new-carousel-container .slick-dots {
    text-align: start;
    bottom: 6%;
    left:3.5%;
}

    .in-new-carousel-container .slick-dots li {
        margin: 0 5px;
        transition: all 0.3s ease;
        width: 16px;
        height: 16px;
    }

        .in-new-carousel-container .slick-dots li button {
            width: 20px;
            height: 7px;
            padding: 0;
            margin:0;
            border-radius: 20px;
        }

.slick-dots li.slick-active button {
    background: royalblue;
    border: 0.1px solid #ebebeb;
    width: 71px !important;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
    height: 8px;
    border-radius: 3px;
}



    .slick-dots li button {
        background-color: #fff;
        border: 1px solid #e2e2e2;
        border-radius: 2px;
        width: 16px;
        height: 16px;
        opacity: 1;
        box-shadow:none;
    }
    

    .slick-prev, .slick-next {
    display: none !important;
}
.in-first-part {
    padding: 30px 0px;
    position: absolute;
    display: flex;
    z-index: 2;
    flex-direction: column;
    justify-content: center;
}

.intu-adventure-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #97ed6e;
    margin-bottom: 10px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    letter-spacing: 1px;
}

.intu-find-text {
    font-size: 2.5rem;
    font-weight: 600;
    font-family: 'Inter';
    color: white;
    margin: 0;
}

.intu-tagline {
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-weight:300;
}

.intu-search-container {
    position: relative;
    max-width: 500px;

}

.intu-search-input {
    width: 100%;
    padding: 18px 60px 18px 25px;
    border-radius: 11px;
    font-family: 'Poppins';
    font-weight: 300;
    border: none;
    font-size: 14px;
    font-family: 'Inter';
    color: rgba(0, 0, 0, 0.57);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

    .intu-search-input:focus {
        outline: none;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    }

.intu-search-icon {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background-color: royalblue;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 2;
}

    .intu-search-icon:hover {
        background-color: #3355dd;
    
    }

.intu-search-input-container {
    position: relative;
}

/* Custom Select Styling */
.intu-search-with-dropdown {
    position: relative;
    width: 90%;
}

    /* Hide default select arrow in most browsers */
    .intu-search-with-dropdown select {
        display: none;
    }

.intu-custom-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 0;
    overflow: hidden;
    background: white;
    border-radius: 15px;
    margin-top: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    z-index: 10;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.intu-dropdown-active {
    max-height: 300px;
    padding: 10px 0;
    overflow-y: auto;
}

.intu-dropdown-option {
    padding: 12px 25px;
    cursor: pointer;
    transition: background 0.2s ease;
}

    .intu-dropdown-option:hover {
        background: #f5f7ff;
    }

.intu-search-icon:hover {
    background-color: #3355dd;
}
.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.banner-part-all {
    position: absolute;
    bottom: 4%;
    right: 4%;
}
    .banner-part-all img {
        width: 140px;
    }

@media only screen and (min-width: 320px) and (max-width: 650px) {

    .in-new-carousel-container {
        position: relative;
        display: none;
    }
    .banner-part-all {
        
        display: none;
        right: 4%;
    }



    .in-first-part {
        padding: 1px 17px;
    }

    .intu-adventure-title {
        font-size: 1.5rem;
       
    }
    .intu-find-text {
        font-size: 1.5rem;
       
    }
    .sr-btn {
       
        padding: 12px 10px !important;
        font-size: 13px !important;
        border-radius: 10px;
        width: 42px !important;
        text-align: center;
    }
}
@media only screen and (min-width:651px) and (max-width:1024px) {
    .in-new-carousel-slide {
        height: 368px;
        overflow: hidden;
        position: relative;
    }
    .banner-part-all img {
        width: 98px;
    }

}